Welcome![Sign In][Sign Up]
Location:
Search - camshift color opencv

Search list

[Special Effectscamshiftdemo

Description: 跟踪摄像机中的物体,opencv源代码,点击图像中的物体后会跟踪目标,并在目标上标记-Tracking objects in video camera, opencv source code, click on the image objects will be tracking the target, and target marking
Platform: | Size: 2048 | Author: 陈皓 | Hits:

[Special Effectscamshift

Description: 显示如何利用Camshift算法进行彩色目标的跟踪,用Opencv做的-Show how to use color Camshift algorithm target tracking, to do with the Opencv
Platform: | Size: 4096 | Author: 龙海翔 | Hits:

[Special Effectscamshift

Description: opencv 显示如何利用camshift算法进行彩色目标的跟踪-opencv shows how to use color camshift algorithm target tracking
Platform: | Size: 4096 | Author: zhang | Hits:

[Special EffectsCamshift_color_trace

Description: opencv 下利用Camshift算法进行彩色目标跟踪-opencv using color Camshift target tracking algorithm
Platform: | Size: 4096 | Author: 陈必明 | Hits:

[Special Effectscamshift

Description: 用openCV实现,用Camshift算法实现彩色目标跟踪-openCV,color object tracking usingCamshift
Platform: | Size: 130048 | Author: 笑笑 | Hits:

[Special Effectscamshift

Description: camshift算法自动跟踪肤色区域 当前目录下放置肤色图片hand.jpg。 基于OpenCV函数库-automatic tracking algorithm camshift color region under the current directory to place color Photos hand.jpg. Based on the OpenCV library
Platform: | Size: 3072 | Author: wudp | Hits:

[Special Effectsyundong

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshift algorithm which is a robust statistical method of finding the mode (top) of a probability distribution. Both CAMSHIFT and Meanshift algorithms exist in the library. While it is a very fast and simple method of tracking, because CAMSHIFT tracks the center and size of the probability distribution of an object, it is only as good as the probability distribution that you produce for the object. Typically the probability distribution is derived from color via a histogram, although it could be produced from correlation, recognition scores or bolstered by frame differencing or motion detection schemes, or joint probabilities of different colors/motions etc. In this application, we use only the most simplistic approach: A 1-D Hue histogram is sampled from the object in an HSV color space version of the image. To produce the
Platform: | Size: 15360 | Author: 黄文伟 | Hits:

[Multimedia programVideoTest

Description: 基于opencv的视频播放器 主要实现功能 提取视频 光流 和颜色直方图 并存储起来用于分析视频-Opencv-based video player to achieve the main function of extracting the optical flow and color histogram of the video and stored video for analysis
Platform: | Size: 3936256 | Author: 蒋兴杰 | Hits:

[Graph programCamshift

Description: 该代码是显示如何利用Camshift算法进行彩色目标跟踪的源代码,是基于OPENCV的-The code is to show how to use color tracking Camshift algorithm source code, is based on the OPENCV of
Platform: | Size: 564224 | Author: 张倩 | Hits:

[Special EffectscamshiftInMFC

Description: 在MFC中显示视频, 并且用opencv的camshift算法跟踪目标, 用的是颜色直方图.-MFC shown in the video, and the camshift algorithm using opencv tracking targets using a color histogram.
Platform: | Size: 1929216 | Author: gilbert | Hits:

[OpenCVAutoCamShift

Description: opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。-opencv provides color-based tracking algorithm camshift, good algorithm, but it is a semiautomatic algorithm, it needs to track the user interface to set tracking goals.
Platform: | Size: 215040 | Author: 黄美芝 | Hits:

[OpenCVcondesation

Description: opencv 粒子滤波程序,可以对感兴趣的颜色进行跟踪-opencv particle filtering program that can track the color of interest
Platform: | Size: 676864 | Author: zhongcheng | Hits:

[OpenCVcamshift

Description: 使用C++配合OpenCV追蹤滑鼠選取範圍內的顏色-Use C++ with OpenCV tracking the mouse to select the color range
Platform: | Size: 2048 | Author: 李隆昇 | Hits:

[OpenCVcam

Description: opencv 提供了使用基于颜色的跟踪算法camshift, 很好的算法,可是它是个半自动的算法,它需要用户在跟踪界面设定跟踪的目标。怎么预先设定目标再来跟踪呢? 本人偷了个懒,加入了用一张图片来设定跟踪的目标,在启动中加载图片,生成跟踪需要的histogram。这样实现了自动化的跟踪吧。-opencv using color-based tracking algorithm camshift provide a good algorithm, but it is a semi-automatic algorithm, it requires users to track the interface set to track the target. How pre-set goals to come back tracking? I stole a lazy, add a picture to set the tracking target, at startup to load the image to generate the histogram of the tracking needs. This automated tracking.
Platform: | Size: 151552 | Author: cf | Hits:

[Consolecolor-object-opencv

Description: color object tracking camshift opencv
Platform: | Size: 3072 | Author: phuongbk | Hits:

[Consolecolor-object-opencv

Description: color object tracking opencv camshift
Platform: | Size: 342016 | Author: phuongbk | Hits:

[OS programcamshiftdemolzg

Description: opencv 中的camshift实例,可以识别颜色,显示backproject,和histimg-Examples of camshift opencv, can identify the color, display backproject and histimg
Platform: | Size: 5474304 | Author: 刘宗国 | Hits:

[OpenCVcamshift

Description: VC++,OpenCV环境下,在摄像机静止的情况下,利用颜色信息对目标进行跟踪-VC++, under OpenCV environment, under the camera stationary, using the color information of target tracking
Platform: | Size: 5120 | Author: 朱常凯 | Hits:

[Special Effectscamshift

Description: opencv实现的camshift算法,利用颜色特征进行跟踪-camshift algorithm opencv achieved using color features for tracking
Platform: | Size: 8096768 | Author: kaisir | Hits:

[OpenCVCamshift

Description: VS2013结合OpenCV3.2.0,运用Camshift算法对视频中的彩色物体进行跟踪(VS2013 combined with OpenCV3.2.0 and uses Camshift algorithm to track color objects in video)
Platform: | Size: 2048 | Author: klosemir | Hits:
« 12 »

CodeBus www.codebus.net